networking.wireguard.interfaces.<name>.peers.*.dynamicEndpointRefreshRestartSeconds
When the dynamic endpoint refresh that is configured via dynamicEndpointRefreshSeconds exits (likely due to a failure), restart that service after this many seconds.
If set to null the value of
networking.wireguard.dynamicEndpointRefreshSeconds
will be used as the default.
- Type
null or (unsigned integer, meaning >=0)- Default
null- Example
5- Declared
- <nixpkgs/nixos/modules/services/networking/wireguard.nix>